Tip: One way to force a memory dump from symmon is the command call dumpsys. Following a break or a watchpoint, use the bt command to display the stack history and use printreg to display the registers (see "Commands to Display Memory").
The hardware watchpoint used by the wpt command uses hardware registers in the MIPS R4000 and R10000 processors (the R8000 does not support the watchpoint registers). When a read or write access is addressed to any byte in the doubleword specified by the physical address, symmon gains control and displays the instruction that is attempting the access on the console terminal.
The argument of wpt must be a physical memory address and a multiple of 8. Use tlbvtop to get the physical equivalent of an address in a user address space (see "Commands to Manage Virtual Memory"). In a 32-bit kernel, the physical equivalent of an address in kernel space is obtained by changing the most significant hex digit to 0.